home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / route121.zip / TIMER.RS1 < prev    next >
Text File  |  1992-05-01  |  123b  |  12 lines

  1. Input(%1)
  2. "Enter timer duration:"
  3. Wait(%1)
  4. %2=0
  5. Repeat:
  6. Beep
  7. %2=+1
  8. If %2="20" Then Goto Skip
  9. Goto Repeat
  10. Skip:
  11.  
  12.